home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
H-I
/
HypertalkTools.cpt
/
Shareware Accountant
/
background_2192.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
7KB
|
347 lines
-- background: 2192 from stack: in
-- bmap block id: 6891
-- flags: 4000
-- background id: 0
-- name: ExpenseRec
-- part 4 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=315 top=225 right=244 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: paymentmethod
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=53 top=304 right=333 bottom=89
-- title width / last selected line: 0
-- icon id / first selected line: 29114 / 29114
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=16 top=304 right=333 bottom=54
-- title width / last selected line: 0
-- icon id / first selected line: 21449 / 21449
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: First
----- HyperTalk script -----
on mouseUp
go to first card
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=16 top=276 right=305 bottom=54
-- title width / last selected line: 0
-- icon id / first selected line: 902 / 902
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go to previous card
end mouseUp
-- part 3 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=315 top=89 right=111 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: date
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=53 top=276 right=305 bottom=89
-- title width / last selected line: 0
-- icon id / first selected line: 26425 / 26425
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 1 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=62 top=163 right=218 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: expenseitem
-- part 2 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=315 top=116 right=138 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: expenseamount
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=211 top=263 right=299 bottom=251
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: mailsupplies
----- HyperTalk script -----
on mouseUp
put "Mailing Supplies" into field expenseitem
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=263 top=262 right=298 bottom=303
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: disks
----- HyperTalk script -----
on mouseUp
put "Disks/Labels" into field expenseitem
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=262 top=301 right=337 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: fone
----- HyperTalk script -----
on mouseUp
put "Phone/Online Charges" into field expenseitem
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=211 top=301 right=337 bottom=251
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: postage
----- HyperTalk script -----
on mouseUp
put "Postage" into field expenseitem
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=347 top=307 right=338 bottom=392
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: visa
----- HyperTalk script -----
on mouseUp
put "VISA" into field paymentmethod
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=395 top=307 right=338 bottom=440
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: mastercard
----- HyperTalk script -----
on mouseUp
put "MasterCard" into field paymentmethod
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=443 top=307 right=338 bottom=488
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: amex
----- HyperTalk script -----
on mouseUp
put "American Express" into field paymentmethod
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=348 top=262 right=300 bottom=402
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: cash
----- HyperTalk script -----
on mouseUp
put "Cash" into field paymentmethod
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=405 top=260 right=305 bottom=482
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: check
----- HyperTalk script -----
on mouseUp
put "Check #" into field paymentmethod
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=160 top=264 right=300 bottom=200
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: postage
----- HyperTalk script -----
on mouseUp
put "Software/Development Tools" into field expenseitem
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=89 top=313 right=330 bottom=192
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return2
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp